Autogenerated HTML docs for v1.6.4-rc1 
diff --git a/git-log.html b/git-log.html index fa9e40b..7bb03a1 100644 --- a/git-log.html +++ b/git-log.html 
@@ -1214,6 +1214,14 @@  </p>   </dd>   <dt>  +--merges  +</dt>  +<dd>  +<p>  + Print only merge commits.  +</p>  +</dd>  +<dt>   --no-merges   </dt>   <dd>  @@ -2414,7 +2422,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-07-01 02:30:53 UTC  +Last updated 2009-07-16 06:58:58 UTC   </div>   </div>   </body>  
diff --git a/git-rev-list.html b/git-rev-list.html index 6b9c52a..b4c2112 100644 --- a/git-rev-list.html +++ b/git-rev-list.html 
@@ -326,6 +326,7 @@  [ --max-age=timestamp ]   [ --min-age=timestamp ]   [ --sparse ]  + [ --merges ]   [ --no-merges ]   [ --first-parent ]   [ --remove-empty ]  @@ -692,6 +693,14 @@  </p>   </dd>   <dt>  +--merges  +</dt>  +<dd>  +<p>  + Print only merge commits.  +</p>  +</dd>  +<dt>   --no-merges   </dt>   <dd>  @@ -1662,7 +1671,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-07-01 02:31:01 UTC  +Last updated 2009-07-16 06:58:58 UTC   </div>   </div>   </body>  
diff --git a/git-rev-list.txt b/git-rev-list.txt index 1c9cc28..a765cfa 100644 --- a/git-rev-list.txt +++ b/git-rev-list.txt 
@@ -14,6 +14,7 @@  [ \--max-age=timestamp ]  [ \--min-age=timestamp ]  [ \--sparse ] + [ \--merges ]  [ \--no-merges ]  [ \--first-parent ]  [ \--remove-empty ] 
diff --git a/rev-list-options.txt b/rev-list-options.txt index 11eec94..bf66116 100644 --- a/rev-list-options.txt +++ b/rev-list-options.txt 
@@ -201,6 +201,10 @@   	Stop when a given path disappears from the tree.   +--merges:: + +	Print only merge commits. +  --no-merges::   	Do not print commits with more than one parent.